home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-04-03 | 341 b | 23 lines | [TEXT/MSCT] |
- //
- // JPEG Quality.M1S
- //
- // Report compression quality for JPEG images
- //
- proc ProcessFile
-
- print it.name;
-
- if it is JPEG then
- print " Quality = " + it.JPEG_QUALITY
- else
- print " is not a JPEG image"
- endif
-
- print "--------------------------------------"
-
- end proc
-
- theJob = it
-
- on file do ProcessFile
- scan theJob links uses